Skip to content

Conversation

@ianthirdweb
Copy link
Contributor

@ianthirdweb ianthirdweb commented Nov 13, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR adds a new section for "Supported Chains" in the sidebar and introduces a metadata configuration for a new page detailing the supported chains by thirdweb Insight.

Detailed summary

  • Added a new entry for "Supported Chains" in the sidebar of sidebar.tsx.
  • Created metadata for the page.mdx file with title, description, and image details.
  • Added content to page.mdx that includes a link to view all indexed chains and a contact link for suggestions.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@vercel
Copy link

vercel bot commented Nov 13, 2024

You must have Developer access to commit code to thirdweb on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes.

Learn more: https://vercel.com/docs/accounts/team-members-and-roles/access-roles#team-level-roles

@changeset-bot
Copy link

changeset-bot bot commented Nov 13, 2024

⚠️ No Changeset found

Latest commit: ecbec44

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 13, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Nov 13, 2024
@codecov
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.52%. Comparing base (f331f01) to head (ecbec44).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5412   +/-   ##
=======================================
  Coverage   45.52%   45.52%           
=======================================
  Files        1070     1070           
  Lines       55665    55665           
  Branches     4030     4030           
=======================================
  Hits        25341    25341           
  Misses      29637    29637           
  Partials      687      687           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 18f348f
packages 40.62% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@gregfromstl gregfromstl changed the title Add page for supported chains on insight [Documentation] Feature: Add page for supported chains on insight Nov 13, 2024
@vercel
Copy link

vercel bot commented Nov 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 13, 2024 7:02pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
thirdweb_playground ⬜️ Skipped (Inspect) Nov 13, 2024 7:02pm
thirdweb-www ⬜️ Skipped (Inspect) Nov 13, 2024 7:02pm
wallet-ui ⬜️ Skipped (Inspect) Nov 13, 2024 7:02pm

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 13, 2024 18:54 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www November 13, 2024 18:54 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 13, 2024 18:54 Inactive
@gregfromstl gregfromstl added the merge-queue Adds the pull request to Graphite's merge queue. label Nov 13, 2024
Copy link
Contributor

gregfromstl commented Nov 13, 2024

Merge activity

  • Nov 13, 1:55 PM EST: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Nov 13, 1:57 PM EST: A user added this pull request to the Graphite merge queue.
  • Nov 13, 2:00 PM EST: The Graphite merge queue couldn't merge this PR because it was not satisfying all requirements (Failed CI: 'Vercel – thirdweb-www', 'check_linear_in_pr_body', 'Vercel – docs-v2', 'Vercel – thirdweb_playground', 'Vercel – wallet-ui').

@github-actions
Copy link
Contributor

github-actions bot commented Nov 13, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 44.8 KB (0%) 896 ms (0%) 343 ms (+96.67% 🔺) 1.3 s
thirdweb (cjs) 105.11 KB (0%) 2.2 s (0%) 427 ms (+30.9% 🔺) 2.6 s
thirdweb (minimal + tree-shaking) 5.72 KB (0%) 115 ms (0%) 40 ms (+10.64% 🔺) 154 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 53 ms (+1189.94% 🔺) 63 ms
thirdweb/react (minimal + tree-shaking) 18.78 KB (0%) 376 ms (0%) 95 ms (+259.51% 🔺) 471 ms

)

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR introduces a new section in the sidebar for "Supported Chains" and adds a corresponding page with metadata and content in `page.mdx`.

### Detailed summary
- Added a new entry for "Supported Chains" in the sidebar of `sidebar.tsx`.
- Created metadata for the new page in `page.mdx` using `createMetadata`.
- Added a title, description, and image metadata for the "Supported Chains" page.
- Included introductory content and links in `page.mdx`.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@gregfromstl gregfromstl force-pushed the ian/insight-supported-chains branch from 3621330 to 18f348f Compare November 13, 2024 18:59
@graphite-app graphite-app bot removed the merge-queue Adds the pull request to Graphite's merge queue. label Nov 13, 2024
@ianthirdweb ianthirdweb enabled auto-merge (squash) November 13, 2024 23:07
@jnsdls jnsdls disabled auto-merge November 14, 2024 02:05
@jnsdls jnsdls merged commit c93755e into main Nov 14, 2024
25 of 30 checks passed
@jnsdls jnsdls deleted the ian/insight-supported-chains branch November 14, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants